Welcome![Sign In][Sign Up]
Location:
Search - polar coordinate

Search list

[Other resourceClockDisplay

Description: C++实现利用表盘来显示时间。设计思想:将系统时间通过极坐标转换为坐标,然后作直线,即表针。-C system to use the dial to show time. Design thinking : the system by the time of the polar coordinate conversion, and then straight for that hand.
Platform: | Size: 90208 | Author: 吴玲 | Hits:

[2D GraphicClockDisplay

Description: C++实现利用表盘来显示时间。设计思想:将系统时间通过极坐标转换为坐标,然后作直线,即表针。-C system to use the dial to show time. Design thinking : the system by the time of the polar coordinate conversion, and then straight for that hand.
Platform: | Size: 90112 | Author: 吴玲 | Hits:

[Special Effectslogpolar

Description: 用matlab实现的对数极坐标转换图像配准算法,实验证明效果不错-Using matlab realize logarithmic polar coordinate conversion image registration algorithm, experiments show good results
Platform: | Size: 1666048 | Author: kingfu | Hits:

[Graph Drawing1

Description: 能转换源文件中的极坐标,转换成为直角坐标系下的坐标,能在屏幕上画出,保存为bmp位图文件。-Can convert the source file in the polar coordinate, Cartesian coordinate system and transform it into the coordinates, can draw on the screen, saved as bmp bitmap file.
Platform: | Size: 36864 | Author: xiem | Hits:

[Special Effectsmypcolor

Description: 在血管超声成像中需要将采集的数据化成环状,超声图像的极坐标表达-In vascular ultrasound imaging in the need to collect data into a ring, ultrasound images of the polar coordinate expression
Platform: | Size: 1024 | Author: 朱云飞 | Hits:

[matlabtopolar

Description: 在matlab上实现图像同二维直角坐标系转化为极坐标秒的算法.-In matlab to achieve images with two-dimensional Cartesian coordinate system into polar coordinates algorithm seconds.
Platform: | Size: 1024 | Author: steven | Hits:

[Special Effectsduishujizuobiao

Description: 标准的对数极坐标变换,可用于图像处理中的抵抗旋转变换,笔者耗费心血的改进算法非常实用!-Standard log-polar coordinate transformation, can be used for image processing to resist rotation transformation, the author spent painstaking efforts of the improved algorithm is very practical!
Platform: | Size: 54272 | Author: 韩宁 | Hits:

[Special Effectsfilter

Description: 用函数butter、cheby1、cheby2得到Butterworth和Chebyshev滤波器,用函数filter进行滤波。-Polar coordinate transformation, can be used for image template matching, can also be used for video tracking algorithm
Platform: | Size: 1024 | Author: 清清 | Hits:

[Algorithmzhongzhuangzuobiaojisuan

Description: 铁路定测中的中桩坐标计算程序,此程序只是计算曲线部分,其方法主要依赖于任一点极坐标法-Railway will be measured in the coordinates in the pile program, this program is only part of the calculation curve, mainly relies on its way to any point in the polar coordinate method
Platform: | Size: 5120 | Author: 高建宏 | Hits:

[Special Effectsguiyihua

Description: 虹膜归一化的代码,只要给出定位好的虹膜图片,就可以很好的进行归一化,使用的极坐标变换。-Normalized iris code, as long as the position is given a good iris image, you can be a good uniform, the use of the polar coordinate transformation.
Platform: | Size: 1024 | Author: xiaozhang | Hits:

[3D Graphicpolarpolt3d

Description: 3d极坐标图 3d极坐标表面图 便于绘图-Plot a 3D surface from polar coordinate data [Xi,Yi,Zi] = polarplot3d(Zp,varargin)
Platform: | Size: 6144 | Author: 凌子 | Hits:

[GIS programfm_gui_v2

Description: 基于傅立叶-梅林变换的matlab编写的配准系统,运行fm_gui.m后即出现演示界面,左侧的两个图形框选择待配准的两幅图像,图像可以进行缩放旋转变换。右侧的列表框"Window"下可以选择滤波窗,"Rotation"、"Scale"、"Log-polar"可分别选择旋转、缩放、以及对数极坐标变换所用的插值方法,按键"REGISTER"下的滑动 键可选备选的峰值点总数,点击"REGISTER"按键, 对应的下方图形框即显示配准后的两幅图像,最下方的"Translation"、"Rotation"和"Scale"文本框分别显 示待配准图像间的偏移、旋转、缩放参数。-Based on the Fourier- Mellin transform matlab prepared with System, after having run the demo fm_gui.m interface, the left side of the box to choose the two graphics to be matching the two images, the image can zoom in and out rotation. The list on the right box " Window" under the option of filtering window, " Rotation" , " Scale" , " Log-polar" can choose to rotate, zoom, as well as the number of polar coordinate transform of the interpolation method used, button " REGISTER" sliding under the optional options key points of the total number of peaks, click on " REGISTER" button below the corresponding graphic box that is displayed after the registration of two images, the bottom of the " Translation" , " Rotation" and " Scale" text box Registration to be, respectively, show the offset between images, rotation, scaling parameters.
Platform: | Size: 532480 | Author: 刘子木 | Hits:

[Windows DevelopGeoTrans

Description: 直角坐标系转换为极坐标系,极坐标系转换为直角坐标系-Cartesian coordinate system is converted to polar coordinates, polar coordinates into Cartesian coordinates
Platform: | Size: 539648 | Author: Huang Yan | Hits:

[Otherzuobiaoxi

Description: 将笛卡尔坐标系上的点定义为一个服务类Point,Point类提供求得坐标系上两点间距离的功能、获取和设置坐标的功能、获取极坐标的功能,和完成对已创建的Point类对象统计功能。设计测试Point服务类的应用程序主类,测试并显示输出提供功能的结果。(求以点(1,1)为极坐标原点,点(5,5)的极坐标)-Will be a point on the Cartesian coordinate system is defined as a service class Point, Point class provides coordinates obtained on the function of the distance between two points, access and set coordinates, polar coordinates to obtain functions, and the completion of the Point that have been created class object statistical functions. Design Test Point service class application' s main class to provide functionality to test and display the output results. (Seeking to point (1,1) to polar coordinates origin point (5,5) in polar coordinates)
Platform: | Size: 4096 | Author: 阿豆 | Hits:

[matlablogpolarTransfom

Description: 图像对数极坐标转换,matlab源码。简单,实用-Log-polar coordinate conversion image, matlab source code. Simple, practical
Platform: | Size: 1024 | Author: 赵洪达 | Hits:

[OtherCartesian--polar

Description: labview的直角坐标与极坐标的转换程序。-the labview of Cartesian coordinate polar coordinate conversion process.
Platform: | Size: 6144 | Author: silver | Hits:

[File FormatLog-Polar-papers

Description: 对数极坐标变换的基本内容,非常适合初学者看看,有图示,很好理解-The basic content of the log-polar coordinate transformation is very suitable for beginners to see the icon, a good understanding of
Platform: | Size: 738304 | Author: 绍建 | Hits:

[CSharpcoordinate-measuring

Description: 工程测量学上的内容,任意设站极坐标法测设曲线,供参考-Engineering Surveying content on any station polar coordinate method measuring curve for reference
Platform: | Size: 598016 | Author: 陈乾福 | Hits:

[Special Effectspolar-coordinate-transformation

Description: 将图像从笛卡尔坐标系上转换到对数极坐标上,这样做便于将笛卡尔坐标系上存在缩放和旋转关系的图像转换成对数极坐标下的具有平移关系的图像,然后就可以用相位相关检测算法进行相关检测,得到两幅图像的相关性-Convert an image Cartesian to polar coordinates on a logarithmic, this facilitates the translation relations image with the next image conversion to a logarithmic scale and rotate relationship exists between the Cartesian coordinates polar coordinates, then you can use phase correlation detection algorithm for correlation detection, the correlation between two images obtained
Platform: | Size: 27648 | Author: 张晓雅 | Hits:

[Windows Develop对数极坐标变换

Description: 一个简单的对数极坐标变换matlab程序,作为入门小白的一次尝试,希望能得到认可(A simple logarithmic polar coordinate transformation matlab program, as a star of a try, hoping to be recognized)
Platform: | Size: 8192 | Author: 女神琴 | Hits:
« 12 3 4 5 6 »

CodeBus www.codebus.net